SET.ERASE Function

Syntax

V Erase(C setname,L safety)

Arguments

setname

The name of the set.

safety

.T. = Delete the set, .F. = Do not delete the set.

Description

Delete the set if safety is TRUE.

Discussion

The SET.ERASE() method deletes Set_Name if Safety is .T. (TRUE).

Example

set.erase("Invoice.set", .T.)

See Also